Euclidian Distance
Let us assume that you want to compute the distance between two points: . To do so, you can use the euclidean distance defined as

You can generalize finding the distance between the two points to the distance between an dimensional vector as follows:
Here is an example where I calculate the distance between 2 vectors ().

Complete
